# Variable needed by LTLIBINTL.
top_builddir=../..

OBJEXT="o"
EXEEXT=""
CC="/Volumes/wrt3200/openwrt/staging_dir/host/bin/gcc -std=gnu23"
CFLAGS="-O2 -I/Volumes/wrt3200/openwrt/staging_dir/host/include -I/Volumes/wrt3200/openwrt/staging_dir/hostpkg/include -I/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/include -DPIC -fPIC"
CXX="/Volumes/wrt3200/openwrt/staging_dir/host/bin/g++"
CXXFLAGS="-O2 -I/Volumes/wrt3200/openwrt/staging_dir/host/include -I/Volumes/wrt3200/openwrt/staging_dir/hostpkg/include -I/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/include"
OBJC="gcc"
OBJCFLAGS="-g -O2"
CPPFLAGS="-I/Volumes/wrt3200/openwrt/staging_dir/host/include -I/Volumes/wrt3200/openwrt/staging_dir/hostpkg/include -I/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/include"
LDFLAGS="-L/Volumes/wrt3200/openwrt/staging_dir/host/lib -L/Volumes/wrt3200/openwrt/staging_dir/hostpkg/lib -L/Volumes/wrt3200/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/host/lib"
LTLIBINTL="${top_builddir}/../gettext-runtime/intl/libintl.la   -Wl,-framework -Wl,CoreFoundation -Wl,-framework -Wl,CoreServices"
JAVA_CHOICE="no"
BUILDJAVA="no"
TESTJAVA="no"
CSHARP_CHOICE="any"
BUILDCSHARP="yes"
TESTCSHARP="yes"
TESTLIBASPRINTF="no"
GLIBC2="no"
LOCALE_FR="fr_FR.ISO8859-1"
LOCALE_FR_UTF8="fr_FR.UTF-8"
LOCALE_JA="ja_JP.eucJP"
LOCALE_DE_UTF8="de_DE.UTF-8"
host_os="darwin24.6.0"
ARCHIVE_VERSION="0.24.1"

# For specific filename variables, define a variant that - in mingw builds
# in a Cygwin environment - has the Windows filename syntax.
wabs_srcdir="$abs_srcdir"
wabs_top_srcdir="$abs_top_srcdir"
case "$host_os" in
  mingw*)
    if (cygpath --version) >/dev/null 2>/dev/null; then
      wabs_srcdir=`cygpath -w "$abs_srcdir"`
      wabs_top_srcdir=`cygpath -w "$abs_top_srcdir"`
    fi
    ;;
esac

# Variable needed by xgettext.
GETTEXTDATADIR="$wabs_top_srcdir"
export GETTEXTDATADIR

# Variable needed for checking output with --color.
GETTEXTSTYLESDIR="$GETTEXTDATADIR/styles"
export GETTEXTSTYLESDIR

: ${GETTEXT=tstgettext}
: ${NGETTEXT=tstngettext}
: ${XGETTEXT=xgettext}
: ${MSGATTRIB=msgattrib}
: ${MSGCAT=msgcat}
: ${MSGCMP=msgcmp}
: ${MSGCOMM=msgcomm}
: ${MSGCONV=msgconv}
: ${MSGEN=msgen}
: ${MSGEXEC=msgexec}
: ${MSGFILTER=msgfilter}
: ${MSGFMT=msgfmt}
: ${MSGGREP=msggrep}
: ${MSGINIT=msginit}
: ${MSGMERGE=msgmerge}
: ${MSGUNFMT=msgunfmt}
: ${MSGUNIQ=msguniq}
: ${RECODE=recode}
